home *** CD-ROM | disk | FTP | other *** search
/ Know Your Hockey - The Greatest Player Resource / Know Your Hockey: The Greatest Player Resource.iso / hockey / director / ktgcst.cst / 00011_Script_Field balls < prev    next >
Text File  |  1998-09-28  |  247b  |  10 lines

  1. on mouseDown
  2.   set the mouseDownScript = "dontPassEvent"
  3.   set the mouseUpScript = "dontPassEvent"
  4.   resetbanner
  5.   losepop(window "pop")
  6.   threeStateBall
  7.   resetBalls
  8.   set the mousedownscript to empty
  9.   set the mouseUpScript to empty
  10. end